home *** CD-ROM | disk | FTP | other *** search
/ Haight-Ashbury in the Sixties / Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso / mac / MAIN / TUNEIN / TURNON / TURN063.DIR / 00020_Script_20 < prev    next >
Text File  |  1995-04-29  |  386b  |  15 lines

  1. on mouseDown
  2.   global lastpath, lastmovie, lastframe
  3.   set lastpath = the pathname
  4.   set lastmovie = the movie
  5.   set lastframe = "A return"
  6.   if the volume of sound 1 <> 255 then 
  7.     puppetsound "nul sound" 
  8.     updatestage
  9.     set the volume of sound 1 = 255
  10.   end if
  11.   sound close 2
  12.   puppetsound "music loop"  
  13.   updatestage
  14.   go to movie "@/TANGENTS/ORACL061.DIR"
  15. end